Android Attestation Configuration
Parameters
Android app package name (e.g. at.asitplus.demo)
SHA-256 digests of signature certificates used to sign the APK. This is a Google cloud signing certificate for production play store releases. Being able to specify multiple digests makes it easy to use development builds and production builds in parallel.
optional parameter. If set, attestation enforces application version to be greater or equal to this parameter
optional parameter. If set, attestation enforces Security patch level to be greater or equal to this parameter
Set to true if StrongBox security level should be required
Set to true if unlocked bootloaders should be allowed. Attention: Allowing unlocked bootloaders in production effectively defeats the purpose of Key Attestation. Useful for debugging/testing
Unsupported by most devices. See Official Documentation
Whether to ignore the timely validity of the leaf certificate (looking at you, Samsung!)
Manually specify the trust anchor for HW-attested certificate chains. Defaults to google HW attestation key. Overriding this list is useful for automated end-to-end tests, for example.